getParent

abstract fun getParent(block: DesignBlock): DesignBlock?

Query a block's parent.

Return

the parent's handle or null if the block has no parent.

Parameters

block

the block to query.